powered by
hash.find(x,key)
hash.list
x <- hash.list(letters,c(1:26)) value <- hash.find(x,"a") x[["a"]]==value
Run the code above in your browser using DataLab